home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / batch / MUIRequestStr.lha / MUIRequestString / MUIRequestString.ct (.txt) < prev    next >
Encoding:
Amiga Catalog Translation file  |  2000-05-14  |  3.6 KB  |  63 lines

  1. ## version $VER: MUIRequestString.catalog 0.4 ($TODAY)
  2. ## language PUT_YOUR_LANGUAGE_NAME_HERE_E.G._Deutsch_OR_English
  3. ## codeset 0
  4. ;MUIRequestString.cd
  5. msg_cx_description
  6. PUT_YOUR_TRANSLATION_HERE
  7. ; Pops up a string requester and writes the input to the standard output. Useful for batch files.
  8. msg_rdargs_helptext
  9. PUT_YOUR_TRANSLATION_HERE
  10. ; Usage:\n\
  11. ; \n\
  12. ; TITLE/A,BODY/A,ACCEPT/K,REJECT/K\n\
  13. ; \n\
  14. ; TITLE/A      is the title of the requester window. This argument must be\n\
  15. ;              provided. If the title includes spaces you need to enclose it with "".\n\
  16. ; \n\
  17. ; BODY/A       is the body text of the requester window. This argument must be\n\
  18. ;              provided. If the body includes spaces you need to enclose it with "".\n\
  19. ;              You can include special formatting codes into the string, who will be\n\
  20. ;              interpreted as follows:\n\
  21. ; \n\
  22. ;              *n                Starts a new line; so you can have multiline body text.\n\
  23. ;              ESC u             Switch on underlined text style.\n\
  24. ;              ESC b             Switch on bold text style.\n\
  25. ;              ESC i             Switch on italic text style.\n\
  26. ;              ESC n             Switches back to normal text style.\n\
  27. ;              ESC c             Switch on centered justification. Only valid at the\n\
  28. ;                                beginning of the string or after a newline.\n\
  29. ;              ESC l             Switch on left justification. Only valid at the\n\
  30. ;                                beginning of the string or after a newline.\n\
  31. ;              ESC r             Switch on right justification. Only valid at the\n\
  32. ;                                beginning of the string or after a newline.\n\
  33. ;              ESC I[5:filename] Include an image. You must provide the filename here.\n\
  34. ;                                If the filename contains spaces you must enclose it\n\
  35. ;                                with "" resp.*" *" (see below). AmigaOS' datatypes system\n\
  36. ;                                is used for loading\n\
  37. ;              ESC x             Set text color to pen x , where x is between 2 and 9.\n\
  38. ;              ESC -             Switch off special character parsing.\n\
  39. ; \n\
  40. ;              If you start MUIRequestString from the command line (from a shell,\n\
  41. ;              from an AmigaDOS batch file, or in DOpus as AmigaDOS command,...),\n\
  42. ;              ESC is represented by *e, a " within a string enclosed by "" is repre-\n\
  43. ;              sented by *". Look at the AmigaDOS documentation that should have been\n\
  44. ;              delivered with your copy of AmigaOS.\n\
  45. ; \n\
  46. ; \n\
  47. ; ACCEPT/K     is a string containing all characters the user is allowed to type into\n\
  48. ;              the string gadget. This argument is optional. Default is to allow any\n\
  49. ;              characters. If the ACCEPT string includes spaces you need to enclose it with "".\n\
  50. ; \n\
  51. ; REJECT/K     is a string containing all characters the user is not allowed to type into\n\
  52. ;              the string gadget. This argument is optional. Default is to allow any\n\
  53. ;              characters. If the REJECT string includes spaces you need to enclose it with "".\n\
  54. ; \n\
  55. ;              Note, that you can combine the latter two. So ACCEPT=" 123456" REJECT=4\n\
  56. ;              will allow for 1 2 3 5 6 and a blank.\n\
  57. ; \n\
  58. ; MAXLEN/K/N   The maximum length of the string the user can type in. Default is 255\n\
  59. ;              characters.\n\
  60. ; \n\
  61. ; ?            Shows above template and asks you for input. If you provide a ? again, you\n\
  62. ;              will get a long description (/this) text.\n
  63.